Component org.nuxeo.ecm.platform.ui.web.auth.JSFConfig
In bundle org.nuxeo.ecm.platform.ui
Resolution Order
536
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
- org.nuxeo.ecm.platform.ui.web.auth.JSFConfig--sessionManager
- org.nuxeo.ecm.platform.ui.web.auth.JSFConfig--openUrl
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.ui.web.auth.JSFConfig">
<extension
target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"
point="sessionManager">
<sessionManager name="SeamJsf" enabled="true"
class="org.nuxeo.ecm.platform.ui.web.auth.plugins.SeamJsfSessionManager">
</sessionManager>
</extension>
<extension
target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"
point="openUrl">
<openUrl name="SystemLogRestlet">
<grantPattern>${org.nuxeo.ecm.contextPath}/restAPI/systemLog</grantPattern>
</openUrl>
<openUrl name="SeamRemotingInterfaceResources">
<grantPattern>${org.nuxeo.ecm.contextPath}/seam/resource/remoting/interface.js.*</grantPattern>
</openUrl>
</extension>
</component>